home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / applic / NCSA_Telnet / Mac / Telnet2.5 / Telnet2.5src.sit.hqx / Telnet2.5 final / main / sysenviron.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  188 b   |  13 lines

  1. /*
  2.  *   File: sysenviron.h
  3.  *   Sysenviron.c exported variables......
  4.  *
  5.  */
  6.  
  7. extern int
  8.     HFS,            /* True if HFS is active/ false if not */
  9.     Juggling;
  10. extern SysEnvRec
  11.     theWorld;
  12.  
  13.